home *** CD-ROM | disk | FTP | other *** search
/ Windows 3-Pak 2 - Disc 2 / Infomagic - Windows 3-Pak Volume 2 (Disc 2 of 3).iso / Desktop-Changers / wcyclr32.exe / _SETUP.1 / wincycler3.exe / 0 / RCDATA / TADDFOLDER / TADDFOLDER.txt
Text File  |  1999-03-30  |  2KB  |  99 lines

  1. object addfolder: Taddfolder
  2.   Left = 299
  3.   Top = 232
  4.   BorderStyle = bsDialog
  5.   Caption = 'Add/Insert Folder (Active Desktop support: No)'
  6.   ClientHeight = 213
  7.   ClientWidth = 424
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 8
  18.     Top = 0
  19.     Width = 32
  20.     Height = 13
  21.     Caption = 'Label1'
  22.   end
  23.   object Label2: TLabel
  24.     Left = 216
  25.     Top = 0
  26.     Width = 154
  27.     Height = 13
  28.     Caption = 'Files that will be Added/Inserted:'
  29.   end
  30.   object DriveComboBox1: TDriveComboBox
  31.     Left = 8
  32.     Top = 144
  33.     Width = 201
  34.     Height = 19
  35.     TabOrder = 0
  36.   end
  37.   object FilterComboBox1: TFilterComboBox
  38.     Left = 216
  39.     Top = 144
  40.     Width = 201
  41.     Height = 21
  42.     TabOrder = 1
  43.   end
  44.   object DirectoryListBox1: TDirectoryListBox
  45.     Left = 8
  46.     Top = 16
  47.     Width = 201
  48.     Height = 121
  49.     ItemHeight = 16
  50.     TabOrder = 2
  51.   end
  52.   object FileListBox1: TFileListBox
  53.     Left = 216
  54.     Top = 16
  55.     Width = 201
  56.     Height = 121
  57.     ItemHeight = 13
  58.     TabOrder = 3
  59.   end
  60.   object addins: TRadioGroup
  61.     Left = 8
  62.     Top = 176
  63.     Width = 153
  64.     Height = 33
  65.     Caption = 'How to add files:'
  66.     Columns = 2
  67.     Items.Strings = (
  68.       '&Add Files'
  69.       '&Insert Files')
  70.     TabOrder = 4
  71.   end
  72.   object Button1: TButton
  73.     Left = 264
  74.     Top = 184
  75.     Width = 75
  76.     Height = 25
  77.     Caption = '&OK'
  78.     TabOrder = 5
  79.     OnClick = Button1Click
  80.   end
  81.   object Button2: TButton
  82.     Left = 344
  83.     Top = 184
  84.     Width = 75
  85.     Height = 25
  86.     Caption = '&Cancel'
  87.     TabOrder = 6
  88.     OnClick = Button2Click
  89.   end
  90.   object nodupes: TCheckBox
  91.     Left = 168
  92.     Top = 192
  93.     Width = 89
  94.     Height = 17
  95.     Caption = '&No Duplicates'
  96.     TabOrder = 7
  97.   end
  98. end
  99.